Conversation
| # support `"pt"`; adding that here is a `src/` change and out of scope for this test migration, so the affected | ||
| # tests are marked `xfail` rather than skipped: whoever adds the `"pt"` branch will see them XPASS and can drop | ||
| # these markers. | ||
| NO_PT_OUTPUT = pytest.mark.xfail( |
There was a problem hiding this comment.
Open to other ideas but I chose to xfail these tests and not introduce anything really new to our shared tester mixins.
|
/diffusers-bot pytest tests/pipelines/stable_diffusion_adapter/test_stable_diffusion_adapter.py |
|
✅ |
|
/diffusers-bot pytest tests/pipelines/stable_diffusion_2/test_stable_diffusion_depth.py::TestStableDiffusionDepth2ImgPipelineMemory::test_group_offloading_inference |
|
|
|
/diffusers-bot pytest tests/pipelines/consisid/test_consisid.py tests/pipelines/stable_audio/test_stable_audio.py |
|
✅ |
|
/diffusers-bot pytest tests/pipelines/stable_diffusion_2/test_stable_diffusion_depth.py::TestStableDiffusionDepth2ImgPipelineMemory::test_group_offloading_inference |
|
✅ |
| pytest -n 1 --max-worker-restart=0 --dist=loadfile \ | ||
| --make-reports=tests_torch_minimum_version_cuda \ | ||
| tests/models/test_modeling_common.py \ | ||
| tests/pipelines/test_pipelines_common.py \ |
| - "tests/pipelines/test_pipelines_common.py" | ||
| - "tests/pipelines/testing_utils/**.py" | ||
| - "tests/models/test_modeling_common.py" | ||
| - "tests/models/testing_utils/**.py" |
There was a problem hiding this comment.
To have parity in our CI when test changes happen.
| pytest -n 1 --max-worker-restart=0 --dist=loadfile \ | ||
| --make-reports=tests_torch_minimum_cuda \ | ||
| tests/models/test_modeling_common.py \ | ||
| tests/pipelines/test_pipelines_common.py \ |
| ) | ||
|
|
||
|
|
||
| class AdapterPipelineTesterConfig(BasePipelineTesterConfig): |
There was a problem hiding this comment.
The remaining test suite being refactored.
|
/diffusers-bot pytest tests/pipelines/kandinsky/ tests/pipelines/kandinsky2_2/ |
|
✅ |
|
FluxIPAdapterTesterMixinto the IP Adapter testing utils since it's shared by more than Flux.test_pipelines_common.py.